korlibs
Toggle table of contents
6.1.0-SNAPSHOT
wasmJs
Target filter
wasmJs
Switch theme
Search in API
Skip to content
korlibs
korlibs-audio-core
/
org.w3c.dom
/
[wasmJs]MediaElementAudioSourceNode
Media
Element
Audio
Source
Node
wasmJs
external
interface
MediaElementAudioSourceNode
:
AudioScheduledSourceNode
Members
Properties
channel
Count
Link copied to clipboard
wasmJs
abstract
val
channelCount
:
Int
context
Link copied to clipboard
wasmJs
abstract
val
context
:
AudioContext
media
Element
Link copied to clipboard
wasmJs
abstract
val
mediaElement
:
HTMLMediaElement
number
Of
Inputs
Link copied to clipboard
wasmJs
abstract
val
numberOfInputs
:
Int
number
Of
Outputs
Link copied to clipboard
wasmJs
abstract
val
numberOfOutputs
:
Int
onended
Link copied to clipboard
wasmJs
abstract
var
onended
:
(
)
->
Unit
Functions
connect
Link copied to clipboard
wasmJs
abstract
fun
connect
(
destination
:
AudioNode
,
output
:
Int
?
=
definedExternally
,
input
:
Int
?
=
definedExternally
)
:
AudioNode
disconnect
Link copied to clipboard
wasmJs
abstract
fun
disconnect
(
output
:
Int
?
=
definedExternally
)
abstract
fun
disconnect
(
destination
:
AudioNode
,
output
:
Int
?
=
definedExternally
,
input
:
Int
?
=
definedExternally
)
start
Link copied to clipboard
wasmJs
abstract
fun
start
(
whn
:
Double
=
definedExternally
,
offset
:
Double
=
definedExternally
,
duration
:
Double
=
definedExternally
)
stop
Link copied to clipboard
wasmJs
abstract
fun
stop
(
whn
:
Double
=
definedExternally
)